home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / src / pattern.men < prev    next >
Encoding:
Text File  |  1994-04-17  |  2.9 KB  |  83 lines

  1. menubegin patternmenu
  2.     button [
  3.         [ ]
  4.         [ locate 550 455 string boxed "終了" id itemExit ]
  5.         [ locate 16 24 size 480 400 box Black0 dispfunc disp_patterns_all_new
  6.           id itemPatBuf ]
  7.         [ locate 512 24+18*0  string boxed "パターン登録"  size 76+8 12+4
  8.           id itemStorePattern    ]
  9.         [ locate 512 24+6+18*1  string boxed "選択パターン抹消" size 76+8 12+4
  10.           id itemDeleteSelPat    ]
  11.         [ locate 512 24+6+18*2  string boxed "選択非表示化"  size 76+8 12+4
  12.           id itemDispOffSelPat    ]
  13.         [ locate 512 24+6+18*3  string boxed "選択パターン複製" size 76+8 12+4
  14.           id itemDupSelPat        ]
  15.         [ locate 512 24+12+18*4  string boxed "全選択"        size 76+8 12+4
  16.           id itemSelectAll        ]
  17.         [ locate 512 24+12+18*5  string boxed "全選択取消"    size 76+8 12+4
  18.           id itemSelectNothing    ]
  19.         [ locate 512 24+12+18*6  string boxed "全逆選択"      size 76+8 12+4
  20.           id itemSelectReverse    ]
  21.         [ locate 512 24+18+18*7  string boxed "全表示"        size 76+8 12+4
  22.           id itemDispAll        ]
  23.         [ locate 512 24+18+18*8  string boxed "全非表示化"    size 76+8 12+4
  24.           id itemDispNothing    ]
  25.         [ locate 512 24+18+18*9  string boxed "全逆表示"      size 76+8 12+4
  26.           id itemDispReverce    ]
  27.         [ locate 512 24+24+18*10 string boxed "全パターン保存"   size 76+8 12+4
  28.           id itemSaveAllPattern    ]
  29.         [ locate 512 24+24+18*11 string boxed "選択パターン保存" size 76+8 12+4
  30.           id itemSaveSelPattern    ]
  31.         [ locate 512 24+24+18*12 string boxed "パターン新規読込" size 76+8 12+4
  32.           id itemNewLoadPattern    ]
  33.         [ locate 512 24+24+18*13 string boxed "パターン追加読込" size 76+8 12+4
  34.           id itemAddLoadPattern    ]
  35.         [ locate 512 24+30+18*14 string boxed "スプライトデータ化"  size 76+8 12+4
  36.           id itemConvToSprite    ]
  37.         [ locate 512 24+30+18*15 string boxed "文字データ化"  size 76+8 12+4
  38.           id itemConvToString    ]
  39.         [ locate 512 24+30+18*16 string boxed "名前順ソート"  size 76+8 12+4
  40.           id itemSort            ]
  41.         [ locate 512 24+30+18*17 string boxed "順表示アニメ"  size 76+8 12+4
  42.           id itemAnimation        ]
  43.     ]
  44.     title "パターン編集"
  45.     size 640 480
  46.     dispfunc disp_patmenu
  47.     erasefunc erase_patmenu
  48. menuend
  49.  
  50. menubegin patsubmenu
  51.     button [
  52.         [ ]
  53.         [ locate 16 24 string boxed "貼り付け" size 64+8 16+4
  54.           id SitemPut        ]
  55.         [ locate 16 44 string boxed "" size 64+8 16+4 ]
  56.         [ locate 16 70 string "パターン名 " ]
  57.         [ locate 16+64-1 70-1 size 112+2 16+2 box Black dispfunc dsppatname
  58.           id SitemPatName    ]
  59.         [ locate 16 90 string "略称" ]
  60.         [ locate 16+64-1 90-1 size 112+2 16+2 box Black
  61.           dispfunc dsppatsubname
  62.           id SitemPatSubName    ]
  63.         [ locate 16 110 string "大きさ " ]
  64.         [ locate 16+64 110 string "x:"
  65.           id SitemPatXLen    ]
  66.         [ locate 16+64+48 110 string "y:"
  67.           id SitemPatYLen    ]
  68.         [ locate 16 130 string "使用色数 "
  69.           id SitemColNum    ]
  70.         [
  71.           id SitemDotZoom    ]
  72.         [ locate 88 24 string boxed "複製" size 64+8 16+4
  73.           id SitemDup        ]
  74.         [ locate 88 44 string boxed "削除" size 64+8 16+4
  75.           id SitemDelete    ]
  76.     ]
  77.     title "パターン個別操作"
  78.     size 200 170
  79.     dispfunc disp_patsubmenu
  80.     erasefunc erase_patsubmenu
  81. menuend
  82.  
  83.